-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Spring Cleanup] Refactor oauth2 webapp to remove Spring Framework Dependency #2675
[Spring Cleanup] Refactor oauth2 webapp to remove Spring Framework Dependency #2675
Conversation
PR builder started |
PR builder completed |
PR builder started |
PR builder completed |
PR builder started |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2675 +/- ##
============================================
- Coverage 55.65% 55.59% -0.07%
+ Complexity 8524 8390 -134
============================================
Files 645 644 -1
Lines 49283 48428 -855
Branches 9535 9606 +71
============================================
- Hits 27429 26923 -506
+ Misses 17960 17674 -286
+ Partials 3894 3831 -63
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
PR builder completed |
PR builder started |
PR builder completed |
PR builder started |
PR builder completed |
PR builder started |
PR builder completed |
PR builder started |
PR builder completed |
549c365
to
d9427b7
Compare
PR builder started |
PR builder completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/12909137337
…extensions#2648) * remove spring dependency from oauth2 components * fix formattings and unit tests
6d5f8eb
to
fffc1a6
Compare
PR builder started |
PR builder completed |
PR builder started |
PR builder completed |
159c7c6
to
728b8e7
Compare
PR builder started |
PR builder completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/12932303624
Proposed changes in this pull request
Related Issue(s)
This PR includes the changes from the #2687 as well.